home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vim_src.zip / REGEXP.PRO < prev    next >
Text File  |  1993-01-12  |  171b  |  5 lines

  1. /* regexp.c */
  2. struct regexp *regcomp __PARMS((char *exp));
  3. int regexec __PARMS((struct regexp *prog, char *string, int at_bol));
  4. char *cstrchr __PARMS((char *s, int c));
  5.